why Hashtable attribute (private transient Entry[] table;) is serialized?

Posted by ppoliani on Stack Overflow See other posts from Stack Overflow or by ppoliani
Published on 2010-03-26T14:53:49Z Indexed on 2010/03/26 15:03 UTC
Read the original article Hit count: 111

Filed under:
|
|
|

Why the attribute Entry[] table of Hashtable is serialized since it is transient?

© Stack Overflow or respective owner

Related posts about transient

Related posts about java